home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132
/
(Vol 132) Jun 09 2011.iso
/
Games
/
sue-potatoes.swf
/
scripts
/
DefineButton2_262
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
273 b
|
10 lines
on(press){
if(_parent._parent.water._currentframe == 1)
{
_parent._parent.water.use = this.use;
_parent._parent.water.gotoAndStop("g1");
_parent._parent.water.water_in.gotoAndStop(this._currentframe);
this.gotoAndPlay("gone");
}
}